projects
/
siridb-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac515f
)
Remove unused pipe_client1 from test
author
Jeroen van der Heijden
<jeroen@transceptor.technology>
Fri, 24 Aug 2018 14:37:05 +0000
(16:37 +0200)
committer
GitHub
<noreply@github.com>
Fri, 24 Aug 2018 14:37:05 +0000
(16:37 +0200)
test/test_pipe_support.py
patch
|
blob
|
history
diff --git
a/test/test_pipe_support.py
b/test/test_pipe_support.py
index bde86f63e4ae65f5850f197886a29afab77f921c..3177d71d5afaf8578a03fb6f95aaf60a76417f46 100644
(file)
--- a/
test/test_pipe_support.py
+++ b/
test/test_pipe_support.py
@@
-49,7
+49,6
@@
class TestPipeSupport(TestBase):
async def run(self):
pipe_client0 = SiriDBAsyncUnixConnection(PIPE_NAME)
- pipe_client1 = SiriDBAsyncUnixConnection(PIPE_NAME)
await pipe_client0.connect('iris', 'siri', self.db.dbname)